home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / mime / packages / apport.xml next >
Encoding:
Extensible Markup Language  |  2009-04-06  |  414 b   |  12 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  3.     <mime-type type="text/x-apport">
  4.         <sub-class-of type="text/plain"/>
  5.         <comment>Apport crash file</comment>
  6.         <glob pattern="*.crash"/>
  7.                 <magic priority="20">
  8.                   <match value="ProblemType: " type="string" offset="0"/>
  9.                 </magic>
  10.     </mime-type>
  11. </mime-info>
  12.